Html Css Color HEX #FCAFF9 Lavender Rose

📋 copy color: '#FCAFF9'

red 252 ◦ green 175 ◦ blue 249

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

Shades of Lavender Rose #FCAFF9

Tints of Lavender Rose #FCAFF9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 25.89%

 BLUE value IS 249 (97.66% from 255) = 36.83%

R = 37.28%
G = 25.89%
B = 36.83%

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

#FCAFF9 (or 0xFCAFF9) is known color: Lavender Rose. HEX triplet: FC, AF and F9. RGB value is (252,175,249). Sum of RGB (Red+Green+Blue) = 252+175+249=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 175 (68.75% from 255 or 25.89% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFF9 is #035006. Grayscale: #CECECE. Windows color (decimal): -217095 or 16363516. OLE color: 16363516.

HSL color Cylindrical-coordinate representation of color #FCAFF9: hue angle of 302.34º 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 #FCAFF9 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 175 249 -
CMYK 0 0.31 0.01 0.01
HSL 302.34º 0.93% 0.84% -
HSV(B) 302.34º 0.31% 0.99% -
XYZ 72.57 58.19 97.03 -
YUV 206.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 252 175 249 0 0.31 0.01 0.01 302.34 0.93 0.84
Hex FC AF F9 0 1F 1 1 12E 5D 54
Octal 374 257 371 0 37 1 1 456 135 124
Binary 11111100 10101111 11111001 0 11111 1 1 100101110 1011101 1010100

Color Harmonies of #FCAFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFF9

Black with #FCAFF9

Text Example


Text Example

White with #FCAFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFF9; }

 p { color: rgb(252,175,249); }

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

background-color css

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

 a { background-color: rgb(252,175,249); }

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

border-color css

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

 span { border-color: rgb(252,175,249); }

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