Html Css Color HEX #FDB9E3 Cotton Candy

📋 copy color: '#FDB9E3'

red 253 ◦ green 185 ◦ blue 227

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

Shades of Cotton Candy #FDB9E3

Tints of Cotton Candy #FDB9E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.14%

R = 38.05%
G = 27.82%
B = 34.14%

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

#FDB9E3 (or 0xFDB9E3) is known color: Cotton Candy. HEX triplet: FD, B9 and E3. RGB value is (253,185,227). Sum of RGB (Red+Green+Blue) = 253+185+227=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 185 (72.66% from 255 or 27.82% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9E3 is #02461C. Grayscale: #D2D2D2. Windows color (decimal): -149021 or 14924285. OLE color: 14924285.

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

Color convert

RGB 253 185 227 -
CMYK 0 0.27 0.10 0.01
HSL 322.94º 0.94% 0.86% -
HSV(B) 322.94º 0.27% 0.99% -
XYZ 71.72 61.13 80.69 -
YUV 210.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 253 185 227 0 0.27 0.10 0.01 322.94 0.94 0.86
Hex FD B9 E3 0 1B A 1 143 5E 56
Octal 375 271 343 0 33 12 1 503 136 126
Binary 11111101 10111001 11100011 0 11011 1010 1 101000011 1011110 1010110

Color Harmonies of #FDB9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9E3

Black with #FDB9E3

Text Example


Text Example

White with #FDB9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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