Html Css Color HEX #FCCBC4 Coral Candy

📋 copy color: '#FCCBC4'

red 252 ◦ green 203 ◦ blue 196

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

Shades of Coral Candy #FCCBC4

Tints of Coral Candy #FCCBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.11%

R = 38.71%
G = 31.18%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCCBC4 (or 0xFCCBC4) is known color: Coral Candy. HEX triplet: FC, CB and C4. RGB value is (252,203,196). Sum of RGB (Red+Green+Blue) = 252+203+196=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBC4 is #03343B. Grayscale: #D8D8D8. Windows color (decimal): -209980 or 12897276. OLE color: 12897276.

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

Color convert

RGB 252 203 196 -
CMYK 0 0.19 0.22 0.01
HSL 7.5º 0.9% 0.88% -
HSV(B) 7.5º 0.22% 0.99% -
XYZ 71.46 67.39 61.47 -
YUV 216.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 252 203 196 0 0.19 0.22 0.01 7.5 0.9 0.88
Hex FC CB C4 0 13 16 1 8 5A 58
Octal 374 313 304 0 23 26 1 10 132 130
Binary 11111100 11001011 11000100 0 10011 10110 1 1000 1011010 1011000

Color Harmonies of #FCCBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBC4

Black with #FCCBC4

Text Example


Text Example

White with #FCCBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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