Html Css Color HEX #FDBBE2 Cotton Candy

📋 copy color: '#FDBBE2'

red 253 ◦ green 187 ◦ blue 226

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

Shades of Cotton Candy #FDBBE2

Tints of Cotton Candy #FDBBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.93%

R = 37.99%
G = 28.08%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDBBE2 (or 0xFDBBE2) is known color: Cotton Candy. HEX triplet: FD, BB and E2. RGB value is (253,187,226). Sum of RGB (Red+Green+Blue) = 253+187+226=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBE2 is #02441D. Grayscale: #D3D3D3. Windows color (decimal): -148510 or 14859261. OLE color: 14859261.

HSL color Cylindrical-coordinate representation of color #FDBBE2: hue angle of 324.55º 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 #FDBBE2 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 187 226 -
CMYK 0 0.26 0.11 0.01
HSL 324.55º 0.94% 0.86% -
HSV(B) 324.55º 0.26% 0.99% -
XYZ 72.01 61.91 80.11 -
YUV 211.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 253 187 226 0 0.26 0.11 0.01 324.55 0.94 0.86
Hex FD BB E2 0 1A B 1 145 5E 56
Octal 375 273 342 0 32 13 1 505 136 126
Binary 11111101 10111011 11100010 0 11010 1011 1 101000101 1011110 1010110

Color Harmonies of #FDBBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBE2

Black with #FDBBE2

Text Example


Text Example

White with #FDBBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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