Html Css Color HEX #FDBDD1 Cotton Candy

📋 copy color: '#FDBDD1'

red 253 ◦ green 189 ◦ blue 209

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

Shades of Cotton Candy #FDBDD1

Tints of Cotton Candy #FDBDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.1%

R = 38.86%
G = 29.03%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDBDD1 (or 0xFDBDD1) is known color: Cotton Candy. HEX triplet: FD, BD and D1. RGB value is (253,189,209). Sum of RGB (Red+Green+Blue) = 253+189+209=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDD1 is #02422E. Grayscale: #D2D2D2. Windows color (decimal): -148015 or 13745661. OLE color: 13745661.

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

Color convert

RGB 253 189 209 -
CMYK 0 0.25 0.17 0.01
HSL 341.25º 0.94% 0.87% -
HSV(B) 341.25º 0.25% 0.99% -
XYZ 70.21 61.88 68.57 -
YUV 210.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 253 189 209 0 0.25 0.17 0.01 341.25 0.94 0.87
Hex FD BD D1 0 19 11 1 155 5E 57
Octal 375 275 321 0 31 21 1 525 136 127
Binary 11111101 10111101 11010001 0 11001 10001 1 101010101 1011110 1010111

Color Harmonies of #FDBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDD1

Black with #FDBDD1

Text Example


Text Example

White with #FDBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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