Html Css Color HEX #FA9CED Lavender Rose

📋 copy color: '#FA9CED'

red 250 ◦ green 156 ◦ blue 237

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

Shades of Lavender Rose #FA9CED

Tints of Lavender Rose #FA9CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 38.88%
G = 24.26%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA9CED (or 0xFA9CED) is known color: Lavender Rose. HEX triplet: FA, 9C and ED. RGB value is (250,156,237). Sum of RGB (Red+Green+Blue) = 250+156+237=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 156 (61.33% from 255 or 24.26% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9CED is #056312. Grayscale: #C1C1C1. Windows color (decimal): -353043 or 15572218. OLE color: 15572218.

HSL color Cylindrical-coordinate representation of color #FA9CED: hue angle of 308.3º 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 #FA9CED is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 156 237 -
CMYK 0 0.38 0.05 0.02
HSL 308.3º 0.9% 0.8% -
HSV(B) 308.3º 0.38% 0.98% -
XYZ 66.6 50.22 86.3 -
YUV 193.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 250 156 237 0 0.38 0.05 0.02 308.3 0.9 0.8
Hex FA 9C ED 0 26 5 2 134 5A 50
Octal 372 234 355 0 46 5 2 464 132 120
Binary 11111010 10011100 11101101 0 100110 101 10 100110100 1011010 1010000

Color Harmonies of #FA9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9CED

Black with #FA9CED

Text Example


Text Example

White with #FA9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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