Html Css Color HEX #FBBDD9 Cotton Candy

📋 copy color: '#FBBDD9'

red 251 ◦ green 189 ◦ blue 217

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

Shades of Cotton Candy #FBBDD9

Tints of Cotton Candy #FBBDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.77%

 BLUE value IS 217 (85.16% from 255) = 33.03%

R = 38.2%
G = 28.77%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBBDD9 (or 0xFBBDD9) is known color: Cotton Candy. HEX triplet: FB, BD and D9. RGB value is (251,189,217). Sum of RGB (Red+Green+Blue) = 251+189+217=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDD9 is #044226. Grayscale: #D2D2D2. Windows color (decimal): -279079 or 14269947. OLE color: 14269947.

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

Color convert

RGB 251 189 217 -
CMYK 0 0.25 0.14 0.02
HSL 332.9º 0.89% 0.86% -
HSV(B) 332.9º 0.25% 0.98% -
XYZ 70.51 61.91 73.88 -
YUV 210.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 251 189 217 0 0.25 0.14 0.02 332.9 0.89 0.86
Hex FB BD D9 0 19 E 2 14D 59 56
Octal 373 275 331 0 31 16 2 515 131 126
Binary 11111011 10111101 11011001 0 11001 1110 10 101001101 1011001 1010110

Color Harmonies of #FBBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDD9

Black with #FBBDD9

Text Example


Text Example

White with #FBBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDD9; }

 p { color: rgb(251,189,217); }

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

background-color css

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

 a { background-color: rgb(251,189,217); }

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

border-color css

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

 span { border-color: rgb(251,189,217); }

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