Html Css Color HEX #FDBFD3 Cotton Candy

📋 copy color: '#FDBFD3'

red 253 ◦ green 191 ◦ blue 211

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

Shades of Cotton Candy #FDBFD3

Tints of Cotton Candy #FDBFD3

RGB

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

 GREEN value IS 191 (75% from 255) = 29.16%

 BLUE value IS 211 (82.81% from 255) = 32.21%

R = 38.63%
G = 29.16%
B = 32.21%

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

#FDBFD3 (or 0xFDBFD3) is known color: Cotton Candy. HEX triplet: FD, BF and D3. RGB value is (253,191,211). Sum of RGB (Red+Green+Blue) = 253+191+211=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFD3 is #02402C. Grayscale: #D3D3D3. Windows color (decimal): -147501 or 13877245. OLE color: 13877245.

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

Color convert

RGB 253 191 211 -
CMYK 0 0.25 0.17 0.01
HSL 340.65º 0.94% 0.87% -
HSV(B) 340.65º 0.25% 0.99% -
XYZ 70.9 62.85 70.02 -
YUV 211.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 253 191 211 0 0.25 0.17 0.01 340.65 0.94 0.87
Hex FD BF D3 0 19 11 1 155 5E 57
Octal 375 277 323 0 31 21 1 525 136 127
Binary 11111101 10111111 11010011 0 11001 10001 1 101010101 1011110 1010111

Color Harmonies of #FDBFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFD3

Black with #FDBFD3

Text Example


Text Example

White with #FDBFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFD3; }

 p { color: rgb(253,191,211); }

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

background-color css

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

 a { background-color: rgb(253,191,211); }

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

border-color css

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

 span { border-color: rgb(253,191,211); }

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