Html Css Color HEX #FDB9E2 Cotton Candy

📋 copy color: '#FDB9E2'

red 253 ◦ green 185 ◦ blue 226

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

Shades of Cotton Candy #FDB9E2

Tints of Cotton Candy #FDB9E2

RGB

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

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

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

R = 38.1%
G = 27.86%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDB9E2 (or 0xFDB9E2) is known color: Cotton Candy. HEX triplet: FD, B9 and E2. RGB value is (253,185,226). Sum of RGB (Red+Green+Blue) = 253+185+226=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9E2 is #02461D. Grayscale: #D1D1D1. Windows color (decimal): -149022 or 14858749. OLE color: 14858749.

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

Color convert

RGB 253 185 226 -
CMYK 0 0.27 0.11 0.01
HSL 323.82º 0.94% 0.86% -
HSV(B) 323.82º 0.27% 0.99% -
XYZ 71.58 61.07 79.97 -
YUV 210.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 253 185 226 0 0.27 0.11 0.01 323.82 0.94 0.86
Hex FD B9 E2 0 1B B 1 144 5E 56
Octal 375 271 342 0 33 13 1 504 136 126
Binary 11111101 10111001 11100010 0 11011 1011 1 101000100 1011110 1010110

Color Harmonies of #FDB9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9E2

Black with #FDB9E2

Text Example


Text Example

White with #FDB9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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