Html Css Color HEX #FDBFDF Classic Rose

📋 copy color: '#FDBFDF'

red 253 ◦ green 191 ◦ blue 223

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

Shades of Classic Rose #FDBFDF

Tints of Classic Rose #FDBFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.43%

R = 37.93%
G = 28.64%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDBFDF (or 0xFDBFDF) is known color: Classic Rose. HEX triplet: FD, BF and DF. RGB value is (253,191,223). Sum of RGB (Red+Green+Blue) = 253+191+223=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFDF is #024020. Grayscale: #D5D5D5. Windows color (decimal): -147489 or 14663677. OLE color: 14663677.

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

Color convert

RGB 253 191 223 -
CMYK 0 0.25 0.12 0.01
HSL 329.03º 0.94% 0.87% -
HSV(B) 329.03º 0.25% 0.99% -
XYZ 72.46 63.47 78.24 -
YUV 213.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 253 191 223 0 0.25 0.12 0.01 329.03 0.94 0.87
Hex FD BF DF 0 19 C 1 149 5E 57
Octal 375 277 337 0 31 14 1 511 136 127
Binary 11111101 10111111 11011111 0 11001 1100 1 101001001 1011110 1010111

Color Harmonies of #FDBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFDF

Black with #FDBFDF

Text Example


Text Example

White with #FDBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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