Html Css Color HEX #FBC9C8 Coral Candy

📋 copy color: '#FBC9C8'

red 251 ◦ green 201 ◦ blue 200

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

Shades of Coral Candy #FBC9C8

Tints of Coral Candy #FBC9C8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.83%

 BLUE value IS 200 (78.52% from 255) = 30.67%

R = 38.5%
G = 30.83%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBC9C8 (or 0xFBC9C8) is known color: Coral Candy. HEX triplet: FB, C9 and C8. RGB value is (251,201,200). Sum of RGB (Red+Green+Blue) = 251+201+200=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9C8 is #043637. Grayscale: #D7D7D7. Windows color (decimal): -276024 or 13158907. OLE color: 13158907.

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

Color convert

RGB 251 201 200 -
CMYK 0 0.20 0.20 0.02
HSL 1.18º 0.86% 0.88% -
HSV(B) 1.18º 0.2% 0.98% -
XYZ 71.1 66.45 63.72 -
YUV 215.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 251 201 200 0 0.20 0.20 0.02 1.18 0.86 0.88
Hex FB C9 C8 0 14 14 2 1 56 58
Octal 373 311 310 0 24 24 2 1 126 130
Binary 11111011 11001001 11001000 0 10100 10100 10 1 1010110 1011000

Color Harmonies of #FBC9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC9C8

Black with #FBC9C8

Text Example


Text Example

White with #FBC9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC9C8; }

 p { color: rgb(251,201,200); }

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

background-color css

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

 a { background-color: rgb(251,201,200); }

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

border-color css

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

 span { border-color: rgb(251,201,200); }

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