Html Css Color HEX #FCAFF8 Lavender Rose

📋 copy color: '#FCAFF8'

red 252 ◦ green 175 ◦ blue 248

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

Shades of Lavender Rose #FCAFF8

Tints of Lavender Rose #FCAFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.74%

R = 37.33%
G = 25.93%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCAFF8 (or 0xFCAFF8) is known color: Lavender Rose. HEX triplet: FC, AF and F8. RGB value is (252,175,248). Sum of RGB (Red+Green+Blue) = 252+175+248=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 175 (68.75% from 255 or 25.93% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFF8 is #035007. Grayscale: #CECECE. Windows color (decimal): -217096 or 16297980. OLE color: 16297980.

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

Color convert

RGB 252 175 248 -
CMYK 0 0.31 0.02 0.01
HSL 303.12º 0.93% 0.84% -
HSV(B) 303.12º 0.31% 0.99% -
XYZ 72.42 58.13 96.21 -
YUV 206.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 252 175 248 0 0.31 0.02 0.01 303.12 0.93 0.84
Hex FC AF F8 0 1F 2 1 12F 5D 54
Octal 374 257 370 0 37 2 1 457 135 124
Binary 11111100 10101111 11111000 0 11111 10 1 100101111 1011101 1010100

Color Harmonies of #FCAFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFF8

Black with #FCAFF8

Text Example


Text Example

White with #FCAFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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