Html Css Color HEX #FDB9E4 Cotton Candy

📋 copy color: '#FDB9E4'

red 253 ◦ green 185 ◦ blue 228

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

Shades of Cotton Candy #FDB9E4

Tints of Cotton Candy #FDB9E4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.78%

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

R = 37.99%
G = 27.78%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDB9E4 (or 0xFDB9E4) is known color: Cotton Candy. HEX triplet: FD, B9 and E4. RGB value is (253,185,228). Sum of RGB (Red+Green+Blue) = 253+185+228=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 185 (72.66% from 255 or 27.78% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9E4 is #02461B. Grayscale: #D2D2D2. Windows color (decimal): -149020 or 14989821. OLE color: 14989821.

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

Color convert

RGB 253 185 228 -
CMYK 0 0.27 0.10 0.01
HSL 322.06º 0.94% 0.86% -
HSV(B) 322.06º 0.27% 0.99% -
XYZ 71.86 61.18 81.42 -
YUV 210.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 253 185 228 0 0.27 0.10 0.01 322.06 0.94 0.86
Hex FD B9 E4 0 1B A 1 142 5E 56
Octal 375 271 344 0 33 12 1 502 136 126
Binary 11111101 10111001 11100100 0 11011 1010 1 101000010 1011110 1010110

Color Harmonies of #FDB9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9E4

Black with #FDB9E4

Text Example


Text Example

White with #FDB9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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