Html Css Color HEX #FCADFA Lavender Rose

📋 copy color: '#FCADFA'

red 252 ◦ green 173 ◦ blue 250

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

Shades of Lavender Rose #FCADFA

Tints of Lavender Rose #FCADFA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.63%

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

R = 37.33%
G = 25.63%
B = 37.04%

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

#FCADFA (or 0xFCADFA) is known color: Lavender Rose. HEX triplet: FC, AD and FA. RGB value is (252,173,250). Sum of RGB (Red+Green+Blue) = 252+173+250=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 173 (67.97% from 255 or 25.63% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADFA is #035205. Grayscale: #CDCDCD. Windows color (decimal): -217606 or 16428540. OLE color: 16428540.

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

Color convert

RGB 252 173 250 -
CMYK 0 0.31 0.01 0.01
HSL 301.52º 0.93% 0.83% -
HSV(B) 301.52º 0.31% 0.99% -
XYZ 72.34 57.48 97.73 -
YUV 205.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 252 173 250 0 0.31 0.01 0.01 301.52 0.93 0.83
Hex FC AD FA 0 1F 1 1 12E 5D 53
Octal 374 255 372 0 37 1 1 456 135 123
Binary 11111100 10101101 11111010 0 11111 1 1 100101110 1011101 1010011

Color Harmonies of #FCADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADFA

Black with #FCADFA

Text Example


Text Example

White with #FCADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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