Html Css Color HEX #FDABEA Lavender Rose

📋 copy color: '#FDABEA'

red 253 ◦ green 171 ◦ blue 234

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

Shades of Lavender Rose #FDABEA

Tints of Lavender Rose #FDABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 25.99%

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

R = 38.45%
G = 25.99%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDABEA (or 0xFDABEA) is known color: Lavender Rose. HEX triplet: FD, AB and EA. RGB value is (253,171,234). Sum of RGB (Red+Green+Blue) = 253+171+234=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABEA is #025415. Grayscale: #CACACA. Windows color (decimal): -152598 or 15379453. OLE color: 15379453.

HSL color Cylindrical-coordinate representation of color #FDABEA: hue angle of 313.9º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABEA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 234 -
CMYK 0 0.32 0.08 0.01
HSL 313.9º 0.95% 0.83% -
HSV(B) 313.9º 0.32% 0.99% -
XYZ 69.92 55.95 84.96 -
YUV 202.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 253 171 234 0 0.32 0.08 0.01 313.9 0.95 0.83
Hex FD AB EA 0 20 8 1 13A 5F 53
Octal 375 253 352 0 40 10 1 472 137 123
Binary 11111101 10101011 11101010 0 100000 1000 1 100111010 1011111 1010011

Color Harmonies of #FDABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABEA

Black with #FDABEA

Text Example


Text Example

White with #FDABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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