Html Css Color HEX #FDBFE7 Classic Rose

📋 copy color: '#FDBFE7'

red 253 ◦ green 191 ◦ blue 231

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

Shades of Classic Rose #FDBFE7

Tints of Classic Rose #FDBFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.22%

R = 37.48%
G = 28.3%
B = 34.22%

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

#FDBFE7 (or 0xFDBFE7) is known color: Classic Rose. HEX triplet: FD, BF and E7. RGB value is (253,191,231). Sum of RGB (Red+Green+Blue) = 253+191+231=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFE7 is #024018. Grayscale: #D5D5D5. Windows color (decimal): -147481 or 15187965. OLE color: 15187965.

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

Color convert

RGB 253 191 231 -
CMYK 0 0.25 0.09 0.01
HSL 321.29º 0.94% 0.87% -
HSV(B) 321.29º 0.25% 0.99% -
XYZ 73.56 63.91 84.06 -
YUV 214.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 253 191 231 0 0.25 0.09 0.01 321.29 0.94 0.87
Hex FD BF E7 0 19 9 1 141 5E 57
Octal 375 277 347 0 31 11 1 501 136 127
Binary 11111101 10111111 11100111 0 11001 1001 1 101000001 1011110 1010111

Color Harmonies of #FDBFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFE7

Black with #FDBFE7

Text Example


Text Example

White with #FDBFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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