Html Css Color HEX #F2CFCB Coral Candy

📋 copy color: '#F2CFCB'

red 242 ◦ green 207 ◦ blue 203

#F2CFCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Candy #F2CFCB

Tints of Coral Candy #F2CFCB

RGB

 RED value IS 242 (94.92% from 255) = 37.12%

 GREEN value IS 207 (81.25% from 255) = 31.75%

 BLUE value IS 203 (79.69% from 255) = 31.13%

R = 37.12%
G = 31.75%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2CFCB (or 0xF2CFCB) is known color: Coral Candy. HEX triplet: F2, CF and CB. RGB value is (242,207,203). Sum of RGB (Red+Green+Blue) = 242+207+203=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFCB is #0D3034. Grayscale: #D9D9D9. Windows color (decimal): -864309 or 13357042. OLE color: 13357042.

HSL color Cylindrical-coordinate representation of color #F2CFCB: hue angle of 6.15º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CFCB is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 207 203 -
CMYK 0 0.14 0.16 0.05
HSL 6.15º 0.6% 0.87% -
HSV(B) 6.15º 0.16% 0.95% -
XYZ 69.71 67.81 65.92 -
YUV 217.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 242 207 203 0 0.14 0.16 0.05 6.15 0.6 0.87
Hex F2 CF CB 0 E 10 5 6 3C 57
Octal 362 317 313 0 16 20 5 6 74 127
Binary 11110010 11001111 11001011 0 1110 10000 101 110 111100 1010111

Color Harmonies of #F2CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFCB

Black with #F2CFCB

Text Example


Text Example

White with #F2CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFCB; }

 p { color: rgb(242,207,203); }

 H1.HeaderClassName
 {
   color: #F2CFCB;
 }
 .AnyTagClassName
 {
   color: #F2CFCB;
 }
</style>

background-color css

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

 a { background-color: rgb(242,207,203); }

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

border-color css

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

 span { border-color: rgb(242,207,203); }

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