Html Css Color HEX #FBB6DE Cotton Candy

📋 copy color: '#FBB6DE'

red 251 ◦ green 182 ◦ blue 222

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

Shades of Cotton Candy #FBB6DE

Tints of Cotton Candy #FBB6DE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.79%

 BLUE value IS 222 (87.11% from 255) = 33.89%

R = 38.32%
G = 27.79%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBB6DE (or 0xFBB6DE) is known color: Cotton Candy. HEX triplet: FB, B6 and DE. RGB value is (251,182,222). Sum of RGB (Red+Green+Blue) = 251+182+222=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6DE is #044921. Grayscale: #CFCFCF. Windows color (decimal): -280866 or 14595835. OLE color: 14595835.

HSL color Cylindrical-coordinate representation of color #FBB6DE: hue angle of 325.22º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB6DE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 182 222 -
CMYK 0 0.27 0.12 0.02
HSL 325.22º 0.9% 0.85% -
HSV(B) 325.22º 0.27% 0.98% -
XYZ 69.7 59.24 76.87 -
YUV 207.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 251 182 222 0 0.27 0.12 0.02 325.22 0.9 0.85
Hex FB B6 DE 0 1B C 2 145 5A 55
Octal 373 266 336 0 33 14 2 505 132 125
Binary 11111011 10110110 11011110 0 11011 1100 10 101000101 1011010 1010101

Color Harmonies of #FBB6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6DE

Black with #FBB6DE

Text Example


Text Example

White with #FBB6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6DE; }

 p { color: rgb(251,182,222); }

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

background-color css

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

 a { background-color: rgb(251,182,222); }

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

border-color css

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

 span { border-color: rgb(251,182,222); }

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