Html Css Color HEX #FBC8C8 Coral Candy

📋 copy color: '#FBC8C8'

red 251 ◦ green 200 ◦ blue 200

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

Shades of Coral Candy #FBC8C8

Tints of Coral Candy #FBC8C8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.72%

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

R = 38.56%
G = 30.72%
B = 30.72%

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

#FBC8C8 (or 0xFBC8C8) is known color: Coral Candy. HEX triplet: FB, C8 and C8. RGB value is (251,200,200). Sum of RGB (Red+Green+Blue) = 251+200+200=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8C8 is #043737. Grayscale: #D7D7D7. Windows color (decimal): -276280 or 13158651. OLE color: 13158651.

HSL color Cylindrical-coordinate representation of color #FBC8C8: hue angle of 0º 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 #FBC8C8 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 200 200 -
CMYK 0 0.20 0.20 0.02
HSL 0.86% 0.88% -
HSV(B) 0.2% 0.98% -
XYZ 70.86 65.99 63.65 -
YUV 215.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 251 200 200 0 0.20 0.20 0.02 0 0.86 0.88
Hex FB C8 C8 0 14 14 2 0 56 58
Octal 373 310 310 0 24 24 2 0 126 130
Binary 11111011 11001000 11001000 0 10100 10100 10 0 1010110 1011000

Color Harmonies of #FBC8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8C8

Black with #FBC8C8

Text Example


Text Example

White with #FBC8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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