Html Css Color HEX #F6CBC3 Coral Candy

📋 copy color: '#F6CBC3'

red 246 ◦ green 203 ◦ blue 195

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

Shades of Coral Candy #F6CBC3

Tints of Coral Candy #F6CBC3

RGB

 RED value IS 246 (96.48% from 255) = 38.2%

 GREEN value IS 203 (79.69% from 255) = 31.52%

 BLUE value IS 195 (76.56% from 255) = 30.28%

R = 38.2%
G = 31.52%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F6CBC3 (or 0xF6CBC3) is known color: Coral Candy. HEX triplet: F6, CB and C3. RGB value is (246,203,195). Sum of RGB (Red+Green+Blue) = 246+203+195=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBC3 is #09343C. Grayscale: #D7D7D7. Windows color (decimal): -603197 or 12831734. OLE color: 12831734.

HSL color Cylindrical-coordinate representation of color #F6CBC3: hue angle of 9.41º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6CBC3 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 203 195 -
CMYK 0 0.17 0.21 0.04
HSL 9.41º 0.74% 0.86% -
HSV(B) 9.41º 0.21% 0.96% -
XYZ 69.21 66.24 60.77 -
YUV 214.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 246 203 195 0 0.17 0.21 0.04 9.41 0.74 0.86
Hex F6 CB C3 0 11 15 4 9 4A 56
Octal 366 313 303 0 21 25 4 11 112 126
Binary 11110110 11001011 11000011 0 10001 10101 100 1001 1001010 1010110

Color Harmonies of #F6CBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBC3

Black with #F6CBC3

Text Example


Text Example

White with #F6CBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBC3; }

 p { color: rgb(246,203,195); }

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

background-color css

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

 a { background-color: rgb(246,203,195); }

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

border-color css

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

 span { border-color: rgb(246,203,195); }

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