Html Css Color HEX #FBCFC5 Coral Candy

📋 copy color: '#FBCFC5'

red 251 ◦ green 207 ◦ blue 197

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

Shades of Coral Candy #FBCFC5

Tints of Coral Candy #FBCFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.08%

R = 38.32%
G = 31.6%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBCFC5 (or 0xFBCFC5) is known color: Coral Candy. HEX triplet: FB, CF and C5. RGB value is (251,207,197). Sum of RGB (Red+Green+Blue) = 251+207+197=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFC5 is #04303A. Grayscale: #DBDBDB. Windows color (decimal): -274491 or 12963835. OLE color: 12963835.

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

Color convert

RGB 251 207 197 -
CMYK 0 0.18 0.22 0.02
HSL 11.11º 0.87% 0.88% -
HSV(B) 11.11º 0.22% 0.98% -
XYZ 72.17 69.17 62.37 -
YUV 219.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 251 207 197 0 0.18 0.22 0.02 11.11 0.87 0.88
Hex FB CF C5 0 12 16 2 B 57 58
Octal 373 317 305 0 22 26 2 13 127 130
Binary 11111011 11001111 11000101 0 10010 10110 10 1011 1010111 1011000

Color Harmonies of #FBCFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFC5

Black with #FBCFC5

Text Example


Text Example

White with #FBCFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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