Html Css Color HEX #FDBFE4 Classic Rose

📋 copy color: '#FDBFE4'

red 253 ◦ green 191 ◦ blue 228

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

Shades of Classic Rose #FDBFE4

Tints of Classic Rose #FDBFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.93%

R = 37.65%
G = 28.42%
B = 33.93%

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

#FDBFE4 (or 0xFDBFE4) is known color: Classic Rose. HEX triplet: FD, BF and E4. RGB value is (253,191,228). Sum of RGB (Red+Green+Blue) = 253+191+228=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFE4 is #02401B. Grayscale: #D5D5D5. Windows color (decimal): -147484 or 14991357. OLE color: 14991357.

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

Color convert

RGB 253 191 228 -
CMYK 0 0.25 0.10 0.01
HSL 324.19º 0.94% 0.87% -
HSV(B) 324.19º 0.25% 0.99% -
XYZ 73.14 63.75 81.85 -
YUV 213.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 253 191 228 0 0.25 0.10 0.01 324.19 0.94 0.87
Hex FD BF E4 0 19 A 1 144 5E 57
Octal 375 277 344 0 31 12 1 504 136 127
Binary 11111101 10111111 11100100 0 11001 1010 1 101000100 1011110 1010111

Color Harmonies of #FDBFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFE4

Black with #FDBFE4

Text Example


Text Example

White with #FDBFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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