Html Css Color HEX #FDBBE5 Cotton Candy

📋 copy color: '#FDBBE5'

red 253 ◦ green 187 ◦ blue 229

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

Shades of Cotton Candy #FDBBE5

Tints of Cotton Candy #FDBBE5

RGB

 RED value IS 253 (99.22% from 255) = 37.82%

 GREEN value IS 187 (73.44% from 255) = 27.95%

 BLUE value IS 229 (89.84% from 255) = 34.23%

R = 37.82%
G = 27.95%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDBBE5 (or 0xFDBBE5) is known color: Cotton Candy. HEX triplet: FD, BB and E5. RGB value is (253,187,229). Sum of RGB (Red+Green+Blue) = 253+187+229=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBE5 is #02441A. Grayscale: #D3D3D3. Windows color (decimal): -148507 or 15055869. OLE color: 15055869.

HSL color Cylindrical-coordinate representation of color #FDBBE5: hue angle of 321.82º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBBE5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 187 229 -
CMYK 0 0.26 0.09 0.01
HSL 321.82º 0.94% 0.86% -
HSV(B) 321.82º 0.26% 0.99% -
XYZ 72.42 62.08 82.29 -
YUV 211.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 253 187 229 0 0.26 0.09 0.01 321.82 0.94 0.86
Hex FD BB E5 0 1A 9 1 142 5E 56
Octal 375 273 345 0 32 11 1 502 136 126
Binary 11111101 10111011 11100101 0 11010 1001 1 101000010 1011110 1010110

Color Harmonies of #FDBBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBE5

Black with #FDBBE5

Text Example


Text Example

White with #FDBBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBE5; }

 p { color: rgb(253,187,229); }

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

background-color css

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

 a { background-color: rgb(253,187,229); }

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

border-color css

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

 span { border-color: rgb(253,187,229); }

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