Html Css Color HEX #FDBFE1 Classic Rose

📋 copy color: '#FDBFE1'

red 253 ◦ green 191 ◦ blue 225

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

Shades of Classic Rose #FDBFE1

Tints of Classic Rose #FDBFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.63%

R = 37.82%
G = 28.55%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDBFE1 (or 0xFDBFE1) is known color: Classic Rose. HEX triplet: FD, BF and E1. RGB value is (253,191,225). Sum of RGB (Red+Green+Blue) = 253+191+225=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFE1 is #02401E. Grayscale: #D5D5D5. Windows color (decimal): -147487 or 14794749. OLE color: 14794749.

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

Color convert

RGB 253 191 225 -
CMYK 0 0.25 0.11 0.01
HSL 327.1º 0.94% 0.87% -
HSV(B) 327.1º 0.25% 0.99% -
XYZ 72.73 63.58 79.67 -
YUV 213.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 253 191 225 0 0.25 0.11 0.01 327.1 0.94 0.87
Hex FD BF E1 0 19 B 1 147 5E 57
Octal 375 277 341 0 31 13 1 507 136 127
Binary 11111101 10111111 11100001 0 11001 1011 1 101000111 1011110 1010111

Color Harmonies of #FDBFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFE1

Black with #FDBFE1

Text Example


Text Example

White with #FDBFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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