Html Css Color HEX #FDB8E4 Cotton Candy

📋 copy color: '#FDB8E4'

red 253 ◦ green 184 ◦ blue 228

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

Shades of Cotton Candy #FDB8E4

Tints of Cotton Candy #FDB8E4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.67%

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

R = 38.05%
G = 27.67%
B = 34.29%

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

#FDB8E4 (or 0xFDB8E4) is known color: Cotton Candy. HEX triplet: FD, B8 and E4. RGB value is (253,184,228). Sum of RGB (Red+Green+Blue) = 253+184+228=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 184 (72.27% from 255 or 27.67% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8E4 is #02471B. Grayscale: #D1D1D1. Windows color (decimal): -149276 or 14989565. OLE color: 14989565.

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

Color convert

RGB 253 184 228 -
CMYK 0 0.27 0.10 0.01
HSL 321.74º 0.95% 0.86% -
HSV(B) 321.74º 0.27% 0.99% -
XYZ 71.65 60.77 81.35 -
YUV 209.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 253 184 228 0 0.27 0.10 0.01 321.74 0.95 0.86
Hex FD B8 E4 0 1B A 1 142 5F 56
Octal 375 270 344 0 33 12 1 502 137 126
Binary 11111101 10111000 11100100 0 11011 1010 1 101000010 1011111 1010110

Color Harmonies of #FDB8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8E4

Black with #FDB8E4

Text Example


Text Example

White with #FDB8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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