Html Css Color HEX #FDBFE5 Classic Rose

📋 copy color: '#FDBFE5'

red 253 ◦ green 191 ◦ blue 229

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

Shades of Classic Rose #FDBFE5

Tints of Classic Rose #FDBFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.03%

R = 37.59%
G = 28.38%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDBFE5 (or 0xFDBFE5) is known color: Classic Rose. HEX triplet: FD, BF and E5. RGB value is (253,191,229). Sum of RGB (Red+Green+Blue) = 253+191+229=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFE5 is #02401A. Grayscale: #D5D5D5. Windows color (decimal): -147483 or 15056893. OLE color: 15056893.

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

Color convert

RGB 253 191 229 -
CMYK 0 0.25 0.09 0.01
HSL 323.23º 0.94% 0.87% -
HSV(B) 323.23º 0.25% 0.99% -
XYZ 73.28 63.8 82.58 -
YUV 213.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 253 191 229 0 0.25 0.09 0.01 323.23 0.94 0.87
Hex FD BF E5 0 19 9 1 143 5E 57
Octal 375 277 345 0 31 11 1 503 136 127
Binary 11111101 10111111 11100101 0 11001 1001 1 101000011 1011110 1010111

Color Harmonies of #FDBFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFE5

Black with #FDBFE5

Text Example


Text Example

White with #FDBFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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