#FBBFD4

Color #FBBFD4 Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FBBFD4

Tints of Cotton Candy #FBBFD4

Color information

#FBBFD4 (or 0xFBBFD4) is unknown color: approx Cotton Candy. HEX triplet: FB, BF and D4. RGB value is (251,191,212). Sum of RGB (Red+Green+Blue) = 251+191+212=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFD4 is #04402B. Grayscale: #D3D3D3. Windows color (decimal): -278572 or 13942779. OLE color: 13942779.

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

Color convert

RGB251191212-
CMYK00.240.160.02
HSL339º88.24%86.67%-
HSV(B)339º23.9%98.43%-
XYZ70.362.5270.65-
YUV211.33128.38156.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 212 (83.20% from 255) = 32.42%
R=38.38%
G=29.20%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119121200.240.160.0233988.2486.67
HexFBBFD40181021535857
Octal373277324030202523130127
Binary111110111011111111010100011000100001010101001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFD4; }

 p { color: rgb(251,191,212); }

 H1.HeaderClassName
 {
   color: #FBBFD4;
 }
 .AnyTagClassName
 {
   color: #FBBFD4;
 }
</style>
background-color css

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

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

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

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

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

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