Html Css Color HEX #F0CECB Coral Candy

📋 copy color: '#F0CECB'

red 240 ◦ green 206 ◦ blue 203

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

Shades of Coral Candy #F0CECB

Tints of Coral Candy #F0CECB

RGB

 RED value IS 240 (94.14% from 255) = 36.98%

 GREEN value IS 206 (80.86% from 255) = 31.74%

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

R = 36.98%
G = 31.74%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0CECB (or 0xF0CECB) is known color: Coral Candy. HEX triplet: F0, CE and CB. RGB value is (240,206,203). Sum of RGB (Red+Green+Blue) = 240+206+203=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CECB is #0F3134. Grayscale: #D7D7D7. Windows color (decimal): -995637 or 13356784. OLE color: 13356784.

HSL color Cylindrical-coordinate representation of color #F0CECB: hue angle of 4.86º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CECB is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 203 -
CMYK 0 0.14 0.15 0.06
HSL 4.86º 0.55% 0.87% -
HSV(B) 4.86º 0.15% 0.94% -
XYZ 68.79 66.98 65.8 -
YUV 215.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 240 206 203 0 0.14 0.15 0.06 4.86 0.55 0.87
Hex F0 CE CB 0 E F 6 5 37 57
Octal 360 316 313 0 16 17 6 5 67 127
Binary 11110000 11001110 11001011 0 1110 1111 110 101 110111 1010111

Color Harmonies of #F0CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CECB

Black with #F0CECB

Text Example


Text Example

White with #F0CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CECB; }

 p { color: rgb(240,206,203); }

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

background-color css

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

 a { background-color: rgb(240,206,203); }

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

border-color css

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

 span { border-color: rgb(240,206,203); }

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