Html Css Color HEX #FBB5D4 Cotton Candy

📋 copy color: '#FBB5D4'

red 251 ◦ green 181 ◦ blue 212

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

Shades of Cotton Candy #FBB5D4

Tints of Cotton Candy #FBB5D4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.11%

 BLUE value IS 212 (83.2% from 255) = 32.92%

R = 38.98%
G = 28.11%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBB5D4 (or 0xFBB5D4) is known color: Cotton Candy. HEX triplet: FB, B5 and D4. RGB value is (251,181,212). Sum of RGB (Red+Green+Blue) = 251+181+212=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5D4 is #044A2B. Grayscale: #CDCDCD. Windows color (decimal): -281132 or 13940219. OLE color: 13940219.

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

Color convert

RGB 251 181 212 -
CMYK 0 0.28 0.16 0.02
HSL 333.43º 0.9% 0.85% -
HSV(B) 333.43º 0.28% 0.98% -
XYZ 68.19 58.31 69.95 -
YUV 205.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 251 181 212 0 0.28 0.16 0.02 333.43 0.9 0.85
Hex FB B5 D4 0 1C 10 2 14D 5A 55
Octal 373 265 324 0 34 20 2 515 132 125
Binary 11111011 10110101 11010100 0 11100 10000 10 101001101 1011010 1010101

Color Harmonies of #FBB5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB5D4

Black with #FBB5D4

Text Example


Text Example

White with #FBB5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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