Html Css Color HEX #FDBFE3 Classic Rose

📋 copy color: '#FDBFE3'

red 253 ◦ green 191 ◦ blue 227

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

Shades of Classic Rose #FDBFE3

Tints of Classic Rose #FDBFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.83%

R = 37.7%
G = 28.46%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDBFE3 (or 0xFDBFE3) is known color: Classic Rose. HEX triplet: FD, BF and E3. RGB value is (253,191,227). Sum of RGB (Red+Green+Blue) = 253+191+227=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFE3 is #02401C. Grayscale: #D5D5D5. Windows color (decimal): -147485 or 14925821. OLE color: 14925821.

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

Color convert

RGB 253 191 227 -
CMYK 0 0.25 0.10 0.01
HSL 325.16º 0.94% 0.87% -
HSV(B) 325.16º 0.25% 0.99% -
XYZ 73 63.69 81.12 -
YUV 213.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 253 191 227 0 0.25 0.10 0.01 325.16 0.94 0.87
Hex FD BF E3 0 19 A 1 145 5E 57
Octal 375 277 343 0 31 12 1 505 136 127
Binary 11111101 10111111 11100011 0 11001 1010 1 101000101 1011110 1010111

Color Harmonies of #FDBFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFE3

Black with #FDBFE3

Text Example


Text Example

White with #FDBFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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