Html Css Color HEX #FDBFE2 Classic Rose

📋 copy color: '#FDBFE2'

red 253 ◦ green 191 ◦ blue 226

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

Shades of Classic Rose #FDBFE2

Tints of Classic Rose #FDBFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.73%

R = 37.76%
G = 28.51%
B = 33.73%

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

#FDBFE2 (or 0xFDBFE2) is known color: Classic Rose. HEX triplet: FD, BF and E2. RGB value is (253,191,226). Sum of RGB (Red+Green+Blue) = 253+191+226=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFE2 is #02401D. Grayscale: #D5D5D5. Windows color (decimal): -147486 or 14860285. OLE color: 14860285.

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

Color convert

RGB 253 191 226 -
CMYK 0 0.25 0.11 0.01
HSL 326.13º 0.94% 0.87% -
HSV(B) 326.13º 0.25% 0.99% -
XYZ 72.87 63.64 80.39 -
YUV 213.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 253 191 226 0 0.25 0.11 0.01 326.13 0.94 0.87
Hex FD BF E2 0 19 B 1 146 5E 57
Octal 375 277 342 0 31 13 1 506 136 127
Binary 11111101 10111111 11100010 0 11001 1011 1 101000110 1011110 1010111

Color Harmonies of #FDBFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFE2

Black with #FDBFE2

Text Example


Text Example

White with #FDBFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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