Html Css Color HEX #FCECFA Selago

📋 copy color: '#FCECFA'

red 252 ◦ green 236 ◦ blue 250

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

Shades of Selago #FCECFA

Tints of Selago #FCECFA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 31.98%

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

R = 34.15%
G = 31.98%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCECFA (or 0xFCECFA) is known color: Selago. HEX triplet: FC, EC and FA. RGB value is (252,236,250). Sum of RGB (Red+Green+Blue) = 252+236+250=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 236 (92.58% from 255 or 31.98% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECFA is #031305. Grayscale: #F2F2F2. Windows color (decimal): -201478 or 16444668. OLE color: 16444668.

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

Color convert

RGB 252 236 250 -
CMYK 0 0.06 0.01 0.01
HSL 307.5º 0.73% 0.96% -
HSV(B) 307.5º 0.06% 0.99% -
XYZ 87.4 87.59 102.74 -
YUV 242.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 252 236 250 0 0.06 0.01 0.01 307.5 0.73 0.96
Hex FC EC FA 0 6 1 1 134 49 60
Octal 374 354 372 0 6 1 1 464 111 140
Binary 11111100 11101100 11111010 0 110 1 1 100110100 1001001 1100000

Color Harmonies of #FCECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCECFA

Black with #FCECFA

Text Example


Text Example

White with #FCECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCECFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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