Html Css Color HEX #FDBDD6 Cotton Candy

📋 copy color: '#FDBDD6'

red 253 ◦ green 189 ◦ blue 214

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

Shades of Cotton Candy #FDBDD6

Tints of Cotton Candy #FDBDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.81%

 BLUE value IS 214 (83.98% from 255) = 32.62%

R = 38.57%
G = 28.81%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDBDD6 (or 0xFDBDD6) is known color: Cotton Candy. HEX triplet: FD, BD and D6. RGB value is (253,189,214). Sum of RGB (Red+Green+Blue) = 253+189+214=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDD6 is #024229. Grayscale: #D2D2D2. Windows color (decimal): -148010 or 14073341. OLE color: 14073341.

HSL color Cylindrical-coordinate representation of color #FDBDD6: hue angle of 336.56º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBDD6 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 189 214 -
CMYK 0 0.25 0.15 0.01
HSL 336.56º 0.94% 0.87% -
HSV(B) 336.56º 0.25% 0.99% -
XYZ 70.84 62.13 71.88 -
YUV 210.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 253 189 214 0 0.25 0.15 0.01 336.56 0.94 0.87
Hex FD BD D6 0 19 F 1 151 5E 57
Octal 375 275 326 0 31 17 1 521 136 127
Binary 11111101 10111101 11010110 0 11001 1111 1 101010001 1011110 1010111

Color Harmonies of #FDBDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDD6

Black with #FDBDD6

Text Example


Text Example

White with #FDBDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDD6; }

 p { color: rgb(253,189,214); }

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

background-color css

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

 a { background-color: rgb(253,189,214); }

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

border-color css

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

 span { border-color: rgb(253,189,214); }

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