Html Css Color HEX #FCAEFA Lavender Rose

📋 copy color: '#FCAEFA'

red 252 ◦ green 174 ◦ blue 250

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

Shades of Lavender Rose #FCAEFA

Tints of Lavender Rose #FCAEFA

RGB

 RED value IS 252 (98.83% from 255) = 37.28%

 GREEN value IS 174 (68.36% from 255) = 25.74%

 BLUE value IS 250 (98.05% from 255) = 36.98%

R = 37.28%
G = 25.74%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCAEFA (or 0xFCAEFA) is known color: Lavender Rose. HEX triplet: FC, AE and FA. RGB value is (252,174,250). Sum of RGB (Red+Green+Blue) = 252+174+250=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 174 (68.36% from 255 or 25.74% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEFA is #035105. Grayscale: #CDCDCD. Windows color (decimal): -217350 or 16428796. OLE color: 16428796.

HSL color Cylindrical-coordinate representation of color #FCAEFA: hue angle of 301.54º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAEFA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 174 250 -
CMYK 0 0.31 0.01 0.01
HSL 301.54º 0.93% 0.84% -
HSV(B) 301.54º 0.31% 0.99% -
XYZ 72.54 57.87 97.79 -
YUV 205.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 252 174 250 0 0.31 0.01 0.01 301.54 0.93 0.84
Hex FC AE FA 0 1F 1 1 12E 5D 54
Octal 374 256 372 0 37 1 1 456 135 124
Binary 11111100 10101110 11111010 0 11111 1 1 100101110 1011101 1010100

Color Harmonies of #FCAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEFA

Black with #FCAEFA

Text Example


Text Example

White with #FCAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEFA; }

 p { color: rgb(252,174,250); }

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

background-color css

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

 a { background-color: rgb(252,174,250); }

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

border-color css

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

 span { border-color: rgb(252,174,250); }

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