Html Css Color HEX #FCE3FA Selago

📋 copy color: '#FCE3FA'

red 252 ◦ green 227 ◦ blue 250

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

Shades of Selago #FCE3FA

Tints of Selago #FCE3FA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.14%

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

R = 34.57%
G = 31.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCE3FA (or 0xFCE3FA) is known color: Selago. HEX triplet: FC, E3 and FA. RGB value is (252,227,250). Sum of RGB (Red+Green+Blue) = 252+227+250=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 227 (89.06% from 255 or 31.14% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3FA is #031C05. Grayscale: #EDEDED. Windows color (decimal): -203782 or 16442364. OLE color: 16442364.

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

Color convert

RGB 252 227 250 -
CMYK 0 0.10 0.01 0.01
HSL 304.8º 0.81% 0.94% -
HSV(B) 304.8º 0.1% 0.99% -
XYZ 84.87 82.54 101.9 -
YUV 237.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 252 227 250 0 0.10 0.01 0.01 304.8 0.81 0.94
Hex FC E3 FA 0 A 1 1 131 51 5E
Octal 374 343 372 0 12 1 1 461 121 136
Binary 11111100 11100011 11111010 0 1010 1 1 100110001 1010001 1011110

Color Harmonies of #FCE3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE3FA

Black with #FCE3FA

Text Example


Text Example

White with #FCE3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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