Html Css Color HEX #F2CDCB Coral Candy

📋 copy color: '#F2CDCB'

red 242 ◦ green 205 ◦ blue 203

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

Shades of Coral Candy #F2CDCB

Tints of Coral Candy #F2CDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.54%

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

R = 37.23%
G = 31.54%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2CDCB (or 0xF2CDCB) is known color: Coral Candy. HEX triplet: F2, CD and CB. RGB value is (242,205,203). Sum of RGB (Red+Green+Blue) = 242+205+203=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDCB is #0D3234. Grayscale: #D7D7D7. Windows color (decimal): -864821 or 13356530. OLE color: 13356530.

HSL color Cylindrical-coordinate representation of color #F2CDCB: hue angle of 3.08º 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 #F2CDCB is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 205 203 -
CMYK 0 0.15 0.16 0.05
HSL 3.08º 0.6% 0.87% -
HSV(B) 3.08º 0.16% 0.95% -
XYZ 69.23 66.85 65.75 -
YUV 215.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 242 205 203 0 0.15 0.16 0.05 3.08 0.6 0.87
Hex F2 CD CB 0 F 10 5 3 3C 57
Octal 362 315 313 0 17 20 5 3 74 127
Binary 11110010 11001101 11001011 0 1111 10000 101 11 111100 1010111

Color Harmonies of #F2CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDCB

Black with #F2CDCB

Text Example


Text Example

White with #F2CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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