Html Css Color HEX #FBCFC8 Coral Candy

📋 copy color: '#FBCFC8'

red 251 ◦ green 207 ◦ blue 200

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

Shades of Coral Candy #FBCFC8

Tints of Coral Candy #FBCFC8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.46%

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

R = 38.15%
G = 31.46%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBCFC8 (or 0xFBCFC8) is known color: Coral Candy. HEX triplet: FB, CF and C8. RGB value is (251,207,200). Sum of RGB (Red+Green+Blue) = 251+207+200=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFC8 is #043037. Grayscale: #DBDBDB. Windows color (decimal): -274488 or 13160443. OLE color: 13160443.

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

Color convert

RGB 251 207 200 -
CMYK 0 0.18 0.20 0.02
HSL 8.24º 0.86% 0.88% -
HSV(B) 8.24º 0.2% 0.98% -
XYZ 72.52 69.31 64.2 -
YUV 219.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 251 207 200 0 0.18 0.20 0.02 8.24 0.86 0.88
Hex FB CF C8 0 12 14 2 8 56 58
Octal 373 317 310 0 22 24 2 10 126 130
Binary 11111011 11001111 11001000 0 10010 10100 10 1000 1010110 1011000

Color Harmonies of #FBCFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFC8

Black with #FBCFC8

Text Example


Text Example

White with #FBCFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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