Html Css Color HEX #FDBBE6 Cotton Candy

📋 copy color: '#FDBBE6'

red 253 ◦ green 187 ◦ blue 230

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

Shades of Cotton Candy #FDBBE6

Tints of Cotton Candy #FDBBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.33%

R = 37.76%
G = 27.91%
B = 34.33%

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

#FDBBE6 (or 0xFDBBE6) is known color: Cotton Candy. HEX triplet: FD, BB and E6. RGB value is (253,187,230). Sum of RGB (Red+Green+Blue) = 253+187+230=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBE6 is #024419. Grayscale: #D3D3D3. Windows color (decimal): -148506 or 15121405. OLE color: 15121405.

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

Color convert

RGB 253 187 230 -
CMYK 0 0.26 0.09 0.01
HSL 320.91º 0.94% 0.86% -
HSV(B) 320.91º 0.26% 0.99% -
XYZ 72.56 62.14 83.03 -
YUV 211.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 253 187 230 0 0.26 0.09 0.01 320.91 0.94 0.86
Hex FD BB E6 0 1A 9 1 141 5E 56
Octal 375 273 346 0 32 11 1 501 136 126
Binary 11111101 10111011 11100110 0 11010 1001 1 101000001 1011110 1010110

Color Harmonies of #FDBBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBE6

Black with #FDBBE6

Text Example


Text Example

White with #FDBBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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