Html Css Color HEX #FAACEB Lavender Rose

📋 copy color: '#FAACEB'

red 250 ◦ green 172 ◦ blue 235

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

Shades of Lavender Rose #FAACEB

Tints of Lavender Rose #FAACEB

RGB

 RED value IS 250 (98.05% from 255) = 38.05%

 GREEN value IS 172 (67.58% from 255) = 26.18%

 BLUE value IS 235 (92.19% from 255) = 35.77%

R = 38.05%
G = 26.18%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAACEB (or 0xFAACEB) is known color: Lavender Rose. HEX triplet: FA, AC and EB. RGB value is (250,172,235). Sum of RGB (Red+Green+Blue) = 250+172+235=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACEB is #055314. Grayscale: #CACACA. Windows color (decimal): -348949 or 15445242. OLE color: 15445242.

HSL color Cylindrical-coordinate representation of color #FAACEB: hue angle of 311.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACEB is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 172 235 -
CMYK 0 0.31 0.06 0.02
HSL 311.54º 0.89% 0.83% -
HSV(B) 311.54º 0.31% 0.98% -
XYZ 69.17 55.83 85.73 -
YUV 202.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 250 172 235 0 0.31 0.06 0.02 311.54 0.89 0.83
Hex FA AC EB 0 1F 6 2 138 59 53
Octal 372 254 353 0 37 6 2 470 131 123
Binary 11111010 10101100 11101011 0 11111 110 10 100111000 1011001 1010011

Color Harmonies of #FAACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACEB

Black with #FAACEB

Text Example


Text Example

White with #FAACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACEB; }

 p { color: rgb(250,172,235); }

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

background-color css

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

 a { background-color: rgb(250,172,235); }

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

border-color css

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

 span { border-color: rgb(250,172,235); }

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