Html Css Color HEX #FDBFEA Classic Rose

📋 copy color: '#FDBFEA'

red 253 ◦ green 191 ◦ blue 234

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

Shades of Classic Rose #FDBFEA

Tints of Classic Rose #FDBFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.51%

R = 37.32%
G = 28.17%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDBFEA (or 0xFDBFEA) is known color: Classic Rose. HEX triplet: FD, BF and EA. RGB value is (253,191,234). Sum of RGB (Red+Green+Blue) = 253+191+234=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFEA is #024015. Grayscale: #D6D6D6. Windows color (decimal): -147478 or 15384573. OLE color: 15384573.

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

Color convert

RGB 253 191 234 -
CMYK 0 0.25 0.08 0.01
HSL 318.39º 0.94% 0.87% -
HSV(B) 318.39º 0.25% 0.99% -
XYZ 73.99 64.08 86.31 -
YUV 214.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 253 191 234 0 0.25 0.08 0.01 318.39 0.94 0.87
Hex FD BF EA 0 19 8 1 13E 5E 57
Octal 375 277 352 0 31 10 1 476 136 127
Binary 11111101 10111111 11101010 0 11001 1000 1 100111110 1011110 1010111

Color Harmonies of #FDBFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFEA

Black with #FDBFEA

Text Example


Text Example

White with #FDBFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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