Html Css Color HEX #FDBAE4 Cotton Candy

📋 copy color: '#FDBAE4'

red 253 ◦ green 186 ◦ blue 228

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

Shades of Cotton Candy #FDBAE4

Tints of Cotton Candy #FDBAE4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.89%

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

R = 37.93%
G = 27.89%
B = 34.18%

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

#FDBAE4 (or 0xFDBAE4) is known color: Cotton Candy. HEX triplet: FD, BA and E4. RGB value is (253,186,228). Sum of RGB (Red+Green+Blue) = 253+186+228=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAE4 is #02451B. Grayscale: #D2D2D2. Windows color (decimal): -148764 or 14990077. OLE color: 14990077.

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

Color convert

RGB 253 186 228 -
CMYK 0 0.26 0.10 0.01
HSL 322.39º 0.94% 0.86% -
HSV(B) 322.39º 0.26% 0.99% -
XYZ 72.07 61.6 81.49 -
YUV 210.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 253 186 228 0 0.26 0.10 0.01 322.39 0.94 0.86
Hex FD BA E4 0 1A A 1 142 5E 56
Octal 375 272 344 0 32 12 1 502 136 126
Binary 11111101 10111010 11100100 0 11010 1010 1 101000010 1011110 1010110

Color Harmonies of #FDBAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAE4

Black with #FDBAE4

Text Example


Text Example

White with #FDBAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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