Html Css Color HEX #FDBAF0 Lavender Rose

📋 copy color: '#FDBAF0'

red 253 ◦ green 186 ◦ blue 240

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

Shades of Lavender Rose #FDBAF0

Tints of Lavender Rose #FDBAF0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.39%

 BLUE value IS 240 (94.14% from 255) = 35.35%

R = 37.26%
G = 27.39%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDBAF0 (or 0xFDBAF0) is known color: Lavender Rose. HEX triplet: FD, BA and F0. RGB value is (253,186,240). Sum of RGB (Red+Green+Blue) = 253+186+240=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 186 (73.05% from 255 or 27.39% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAF0 is #02450F. Grayscale: #D4D4D4. Windows color (decimal): -148752 or 15776509. OLE color: 15776509.

HSL color Cylindrical-coordinate representation of color #FDBAF0: hue angle of 311.64º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBAF0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 240 -
CMYK 0 0.26 0.05 0.01
HSL 311.64º 0.94% 0.86% -
HSV(B) 311.64º 0.26% 0.99% -
XYZ 73.8 62.29 90.57 -
YUV 212.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 253 186 240 0 0.26 0.05 0.01 311.64 0.94 0.86
Hex FD BA F0 0 1A 5 1 138 5E 56
Octal 375 272 360 0 32 5 1 470 136 126
Binary 11111101 10111010 11110000 0 11010 101 1 100111000 1011110 1010110

Color Harmonies of #FDBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAF0

Black with #FDBAF0

Text Example


Text Example

White with #FDBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAF0; }

 p { color: rgb(253,186,240); }

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

background-color css

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

 a { background-color: rgb(253,186,240); }

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

border-color css

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

 span { border-color: rgb(253,186,240); }

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