Html Css Color HEX #FCCBC6 Coral Candy

📋 copy color: '#FCCBC6'

red 252 ◦ green 203 ◦ blue 198

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

Shades of Coral Candy #FCCBC6

Tints of Coral Candy #FCCBC6

RGB

 RED value IS 252 (98.83% from 255) = 38.59%

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

 BLUE value IS 198 (77.73% from 255) = 30.32%

R = 38.59%
G = 31.09%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCCBC6 (or 0xFCCBC6) is known color: Coral Candy. HEX triplet: FC, CB and C6. RGB value is (252,203,198). Sum of RGB (Red+Green+Blue) = 252+203+198=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBC6 is #033439. Grayscale: #D9D9D9. Windows color (decimal): -209978 or 13028348. OLE color: 13028348.

HSL color Cylindrical-coordinate representation of color #FCCBC6: hue angle of 5.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCCBC6 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 198 -
CMYK 0 0.19 0.21 0.01
HSL 5.56º 0.9% 0.88% -
HSV(B) 5.56º 0.21% 0.99% -
XYZ 71.69 67.48 62.67 -
YUV 217.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 252 203 198 0 0.19 0.21 0.01 5.56 0.9 0.88
Hex FC CB C6 0 13 15 1 6 5A 58
Octal 374 313 306 0 23 25 1 6 132 130
Binary 11111100 11001011 11000110 0 10011 10101 1 110 1011010 1011000

Color Harmonies of #FCCBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBC6

Black with #FCCBC6

Text Example


Text Example

White with #FCCBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBC6; }

 p { color: rgb(252,203,198); }

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

background-color css

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

 a { background-color: rgb(252,203,198); }

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

border-color css

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

 span { border-color: rgb(252,203,198); }

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