Html Css Color HEX #FCCBCA Coral Candy

📋 copy color: '#FCCBCA'

red 252 ◦ green 203 ◦ blue 202

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

Shades of Coral Candy #FCCBCA

Tints of Coral Candy #FCCBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.75%

R = 38.36%
G = 30.9%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCCBCA (or 0xFCCBCA) is known color: Coral Candy. HEX triplet: FC, CB and CA. RGB value is (252,203,202). Sum of RGB (Red+Green+Blue) = 252+203+202=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBCA is #033435. Grayscale: #D9D9D9. Windows color (decimal): -209974 or 13290492. OLE color: 13290492.

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

Color convert

RGB 252 203 202 -
CMYK 0 0.19 0.20 0.01
HSL 1.2º 0.89% 0.89% -
HSV(B) 1.2º 0.2% 0.99% -
XYZ 72.16 67.67 65.14 -
YUV 217.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 252 203 202 0 0.19 0.20 0.01 1.2 0.89 0.89
Hex FC CB CA 0 13 14 1 1 59 59
Octal 374 313 312 0 23 24 1 1 131 131
Binary 11111100 11001011 11001010 0 10011 10100 1 1 1011001 1011001

Color Harmonies of #FCCBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBCA

Black with #FCCBCA

Text Example


Text Example

White with #FCCBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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