#FBBED2

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

Shades of Cotton Candy #FBBED2

Tints of Cotton Candy #FBBED2

Color information

#FBBED2 (or 0xFBBED2) is unknown color: approx Cotton Candy. HEX triplet: FB, BE and D2. RGB value is (251,190,210). Sum of RGB (Red+Green+Blue) = 251+190+210=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBED2 is #04412D. Grayscale: #D2D2D2. Windows color (decimal): -278830 or 13811451. OLE color: 13811451.

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

Color convert

RGB251190210-
CMYK00.240.160.02
HSL340.33º88.41%86.47%-
HSV(B)340.33º24.3%98.43%-
XYZ69.8361.9969.26-
YUV210.52127.71156.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 190 (74.61% from 255) = 29.19%
BLUE value IS 210 (82.42% from 255) = 32.26%
R=38.56%
G=29.19%
B=32.26%

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
Decimal25119021000.240.160.02340.3388.4186.47
HexFBBED20181021545856
Octal373276322030202524130126
Binary111110111011111011010010011000100001010101010010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBED2; }

 p { color: rgb(251,190,210); }

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

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

 a { background-color: rgb(251,190,210); }

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

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

 span { border-color: rgb(251,190,210); }

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