Html Css Color HEX #FDBBE4 Cotton Candy

📋 copy color: '#FDBBE4'

red 253 ◦ green 187 ◦ blue 228

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

Shades of Cotton Candy #FDBBE4

Tints of Cotton Candy #FDBBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.13%

R = 37.87%
G = 27.99%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDBBE4 (or 0xFDBBE4) is known color: Cotton Candy. HEX triplet: FD, BB and E4. RGB value is (253,187,228). Sum of RGB (Red+Green+Blue) = 253+187+228=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBE4 is #02441B. Grayscale: #D3D3D3. Windows color (decimal): -148508 or 14990333. OLE color: 14990333.

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

Color convert

RGB 253 187 228 -
CMYK 0 0.26 0.10 0.01
HSL 322.73º 0.94% 0.86% -
HSV(B) 322.73º 0.26% 0.99% -
XYZ 72.28 62.02 81.56 -
YUV 211.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 253 187 228 0 0.26 0.10 0.01 322.73 0.94 0.86
Hex FD BB E4 0 1A A 1 143 5E 56
Octal 375 273 344 0 32 12 1 503 136 126
Binary 11111101 10111011 11100100 0 11010 1010 1 101000011 1011110 1010110

Color Harmonies of #FDBBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBE4

Black with #FDBBE4

Text Example


Text Example

White with #FDBBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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