Html Css Color HEX #FA9CE7 Lavender Rose

📋 copy color: '#FA9CE7'

red 250 ◦ green 156 ◦ blue 231

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

Shades of Lavender Rose #FA9CE7

Tints of Lavender Rose #FA9CE7

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.49%

 BLUE value IS 231 (90.63% from 255) = 36.26%

R = 39.25%
G = 24.49%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA9CE7 (or 0xFA9CE7) is known color: Lavender Rose. HEX triplet: FA, 9C and E7. RGB value is (250,156,231). Sum of RGB (Red+Green+Blue) = 250+156+231=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 156 (61.33% from 255 or 24.49% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9CE7 is #056318. Grayscale: #C0C0C0. Windows color (decimal): -353049 or 15179002. OLE color: 15179002.

HSL color Cylindrical-coordinate representation of color #FA9CE7: hue angle of 312.13º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CE7 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 156 231 -
CMYK 0 0.38 0.08 0.02
HSL 312.13º 0.9% 0.8% -
HSV(B) 312.13º 0.38% 0.98% -
XYZ 65.74 49.87 81.76 -
YUV 192.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 250 156 231 0 0.38 0.08 0.02 312.13 0.9 0.8
Hex FA 9C E7 0 26 8 2 138 5A 50
Octal 372 234 347 0 46 10 2 470 132 120
Binary 11111010 10011100 11100111 0 100110 1000 10 100111000 1011010 1010000

Color Harmonies of #FA9CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9CE7

Black with #FA9CE7

Text Example


Text Example

White with #FA9CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9CE7; }

 p { color: rgb(250,156,231); }

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

background-color css

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

 a { background-color: rgb(250,156,231); }

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

border-color css

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

 span { border-color: rgb(250,156,231); }

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