#F7CBCA

Color #F7CBCA Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #F7CBCA

Tints of Coral Candy #F7CBCA

Color information

#F7CBCA (or 0xF7CBCA) is unknown color: approx Coral Candy. HEX triplet: F7, CB and CA. RGB value is (247,203,202). Sum of RGB (Red+Green+Blue) = 247+203+202=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBCA is #083435. Grayscale: #D8D8D8. Windows color (decimal): -537654 or 13290487. OLE color: 13290487.

HSL color Cylindrical-coordinate representation of color #F7CBCA: hue angle of 1.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CBCA is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247203202-
CMYK00.180.180.03
HSL1.33º73.77%88.04%-
HSV(B)1.33º18.22%96.86%-
XYZ70.3766.7565.05-
YUV216.04120.08150.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 37.88%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=37.88%
G=31.13%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720320200.180.180.031.3373.7788.04
HexF7CBCA01212314a58
Octal3673133120222231112130
Binary1111011111001011110010100100101001011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBCA; }

 p { color: rgb(247,203,202); }

 H1.HeaderClassName
 {
   color: #F7CBCA;
 }
 .AnyTagClassName
 {
   color: #F7CBCA;
 }
</style>
background-color css

<style>
 a { background-color: #F7CBCA; }

 a { background-color: rgb(247,203,202); }

 div.DivClassName
 {
   background-color: #F7CBCA;
 }
 .BgClassName
 {
   background-color: #F7CBCA;
 }
</style>
border-color css

<style>
 span { border-color: #F7CBCA; }

 span { border-color: rgb(247,203,202); }

 td.TdClassName
 {
   border-color: #F7CBCA;
 }
 .TagClassName
 {
   border-color: #F7CBCA;
 }
</style>