Html Css Color HEX #F6CBC0 Coral Candy

📋 copy color: '#F6CBC0'

red 246 ◦ green 203 ◦ blue 192

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

Shades of Coral Candy #F6CBC0

Tints of Coral Candy #F6CBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.95%

R = 38.38%
G = 31.67%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F6CBC0 (or 0xF6CBC0) is known color: Coral Candy. HEX triplet: F6, CB and C0. RGB value is (246,203,192). Sum of RGB (Red+Green+Blue) = 246+203+192=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBC0 is #09343F. Grayscale: #D6D6D6. Windows color (decimal): -603200 or 12635126. OLE color: 12635126.

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

Color convert

RGB 246 203 192 -
CMYK 0 0.17 0.22 0.04
HSL 12.22º 0.75% 0.86% -
HSV(B) 12.22º 0.22% 0.96% -
XYZ 68.88 66.11 59 -
YUV 214.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 246 203 192 0 0.17 0.22 0.04 12.22 0.75 0.86
Hex F6 CB C0 0 11 16 4 C 4B 56
Octal 366 313 300 0 21 26 4 14 113 126
Binary 11110110 11001011 11000000 0 10001 10110 100 1100 1001011 1010110

Color Harmonies of #F6CBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBC0

Black with #F6CBC0

Text Example


Text Example

White with #F6CBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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