Html Css Color HEX #FBCFC2 Coral Candy

📋 copy color: '#FBCFC2'

red 251 ◦ green 207 ◦ blue 194

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

Shades of Coral Candy #FBCFC2

Tints of Coral Candy #FBCFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.75%

R = 38.5%
G = 31.75%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBCFC2 (or 0xFBCFC2) is known color: Coral Candy. HEX triplet: FB, CF and C2. RGB value is (251,207,194). Sum of RGB (Red+Green+Blue) = 251+207+194=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 194 (76.17% from 255 or 29.75% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFC2 is #04303D. Grayscale: #DADADA. Windows color (decimal): -274494 or 12767227. OLE color: 12767227.

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

Color convert

RGB 251 207 194 -
CMYK 0 0.18 0.23 0.02
HSL 13.68º 0.88% 0.87% -
HSV(B) 13.68º 0.23% 0.98% -
XYZ 71.83 69.03 60.58 -
YUV 218.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 251 207 194 0 0.18 0.23 0.02 13.68 0.88 0.87
Hex FB CF C2 0 12 17 2 E 58 57
Octal 373 317 302 0 22 27 2 16 130 127
Binary 11111011 11001111 11000010 0 10010 10111 10 1110 1011000 1010111

Color Harmonies of #FBCFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFC2

Black with #FBCFC2

Text Example


Text Example

White with #FBCFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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