Html Css Color HEX #FDBAD4 Cotton Candy

📋 copy color: '#FDBAD4'

red 253 ◦ green 186 ◦ blue 212

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

Shades of Cotton Candy #FDBAD4

Tints of Cotton Candy #FDBAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.57%

R = 38.86%
G = 28.57%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDBAD4 (or 0xFDBAD4) is known color: Cotton Candy. HEX triplet: FD, BA and D4. RGB value is (253,186,212). Sum of RGB (Red+Green+Blue) = 253+186+212=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAD4 is #02452B. Grayscale: #D0D0D0. Windows color (decimal): -148780 or 13941501. OLE color: 13941501.

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

Color convert

RGB 253 186 212 -
CMYK 0 0.26 0.16 0.01
HSL 336.72º 0.94% 0.86% -
HSV(B) 336.72º 0.26% 0.99% -
XYZ 69.95 60.75 70.33 -
YUV 209 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 253 186 212 0 0.26 0.16 0.01 336.72 0.94 0.86
Hex FD BA D4 0 1A 10 1 151 5E 56
Octal 375 272 324 0 32 20 1 521 136 126
Binary 11111101 10111010 11010100 0 11010 10000 1 101010001 1011110 1010110

Color Harmonies of #FDBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAD4

Black with #FDBAD4

Text Example


Text Example

White with #FDBAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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