Html Css Color HEX #FDBAE3 Cotton Candy

📋 copy color: '#FDBAE3'

red 253 ◦ green 186 ◦ blue 227

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

Shades of Cotton Candy #FDBAE3

Tints of Cotton Candy #FDBAE3

RGB

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

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

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

R = 37.99%
G = 27.93%
B = 34.08%

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

#FDBAE3 (or 0xFDBAE3) is known color: Cotton Candy. HEX triplet: FD, BA and E3. RGB value is (253,186,227). Sum of RGB (Red+Green+Blue) = 253+186+227=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAE3 is #02451C. Grayscale: #D2D2D2. Windows color (decimal): -148765 or 14924541. OLE color: 14924541.

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

Color convert

RGB 253 186 227 -
CMYK 0 0.26 0.10 0.01
HSL 323.28º 0.94% 0.86% -
HSV(B) 323.28º 0.26% 0.99% -
XYZ 71.93 61.55 80.76 -
YUV 210.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 253 186 227 0 0.26 0.10 0.01 323.28 0.94 0.86
Hex FD BA E3 0 1A A 1 143 5E 56
Octal 375 272 343 0 32 12 1 503 136 126
Binary 11111101 10111010 11100011 0 11010 1010 1 101000011 1011110 1010110

Color Harmonies of #FDBAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAE3

Black with #FDBAE3

Text Example


Text Example

White with #FDBAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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