Html Css Color HEX #FBCFC6 Coral Candy

📋 copy color: '#FBCFC6'

red 251 ◦ green 207 ◦ blue 198

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

Shades of Coral Candy #FBCFC6

Tints of Coral Candy #FBCFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.18%

R = 38.26%
G = 31.55%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBCFC6 (or 0xFBCFC6) is known color: Coral Candy. HEX triplet: FB, CF and C6. RGB value is (251,207,198). Sum of RGB (Red+Green+Blue) = 251+207+198=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFC6 is #043039. Grayscale: #DBDBDB. Windows color (decimal): -274490 or 13029371. OLE color: 13029371.

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

Color convert

RGB 251 207 198 -
CMYK 0 0.18 0.21 0.02
HSL 10.19º 0.87% 0.88% -
HSV(B) 10.19º 0.21% 0.98% -
XYZ 72.29 69.21 62.98 -
YUV 219.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 251 207 198 0 0.18 0.21 0.02 10.19 0.87 0.88
Hex FB CF C6 0 12 15 2 A 57 58
Octal 373 317 306 0 22 25 2 12 127 130
Binary 11111011 11001111 11000110 0 10010 10101 10 1010 1010111 1011000

Color Harmonies of #FBCFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFC6

Black with #FBCFC6

Text Example


Text Example

White with #FBCFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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