Html Css Color HEX #FDC1EE Lavender Rose

📋 copy color: '#FDC1EE'

red 253 ◦ green 193 ◦ blue 238

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

Shades of Lavender Rose #FDC1EE

Tints of Lavender Rose #FDC1EE

RGB

 RED value IS 253 (99.22% from 255) = 36.99%

 GREEN value IS 193 (75.78% from 255) = 28.22%

 BLUE value IS 238 (93.36% from 255) = 34.8%

R = 36.99%
G = 28.22%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDC1EE (or 0xFDC1EE) is known color: Lavender Rose. HEX triplet: FD, C1 and EE. RGB value is (253,193,238). Sum of RGB (Red+Green+Blue) = 253+193+238=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 193 (75.78% from 255 or 28.22% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1EE is #023E11. Grayscale: #D7D7D7. Windows color (decimal): -146962 or 15647229. OLE color: 15647229.

HSL color Cylindrical-coordinate representation of color #FDC1EE: hue angle of 315º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC1EE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 193 238 -
CMYK 0 0.24 0.06 0.01
HSL 315º 0.94% 0.87% -
HSV(B) 315º 0.24% 0.99% -
XYZ 75.01 65.2 89.52 -
YUV 216.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 253 193 238 0 0.24 0.06 0.01 315 0.94 0.87
Hex FD C1 EE 0 18 6 1 13B 5E 57
Octal 375 301 356 0 30 6 1 473 136 127
Binary 11111101 11000001 11101110 0 11000 110 1 100111011 1011110 1010111

Color Harmonies of #FDC1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1EE

Black with #FDC1EE

Text Example


Text Example

White with #FDC1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1EE; }

 p { color: rgb(253,193,238); }

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

background-color css

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

 a { background-color: rgb(253,193,238); }

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

border-color css

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

 span { border-color: rgb(253,193,238); }

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