Html Css Color HEX #FBCCCA Coral Candy

📋 copy color: '#FBCCCA'

red 251 ◦ green 204 ◦ blue 202

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

Shades of Coral Candy #FBCCCA

Tints of Coral Candy #FBCCCA

RGB

 RED value IS 251 (98.44% from 255) = 38.2%

 GREEN value IS 204 (80.08% from 255) = 31.05%

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

R = 38.2%
G = 31.05%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBCCCA (or 0xFBCCCA) is known color: Coral Candy. HEX triplet: FB, CC and CA. RGB value is (251,204,202). Sum of RGB (Red+Green+Blue) = 251+204+202=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCCA is #043335. Grayscale: #D9D9D9. Windows color (decimal): -275254 or 13290747. OLE color: 13290747.

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

Color convert

RGB 251 204 202 -
CMYK 0 0.19 0.20 0.02
HSL 2.45º 0.86% 0.89% -
HSV(B) 2.45º 0.2% 0.98% -
XYZ 72.04 67.96 65.2 -
YUV 217.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 251 204 202 0 0.19 0.20 0.02 2.45 0.86 0.89
Hex FB CC CA 0 13 14 2 2 56 59
Octal 373 314 312 0 23 24 2 2 126 131
Binary 11111011 11001100 11001010 0 10011 10100 10 10 1010110 1011001

Color Harmonies of #FBCCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCCA

Black with #FBCCCA

Text Example


Text Example

White with #FBCCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCCA; }

 p { color: rgb(251,204,202); }

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

background-color css

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

 a { background-color: rgb(251,204,202); }

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

border-color css

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

 span { border-color: rgb(251,204,202); }

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