Html Css Color HEX #FCEDFC Selago

📋 copy color: '#FCEDFC'

red 252 ◦ green 237 ◦ blue 252

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

Shades of Selago #FCEDFC

Tints of Selago #FCEDFC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 31.98%

 BLUE value IS 252 (98.83% from 255) = 34.01%

R = 34.01%
G = 31.98%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCEDFC (or 0xFCEDFC) is known color: Selago. HEX triplet: FC, ED and FC. RGB value is (252,237,252). Sum of RGB (Red+Green+Blue) = 252+237+252=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 237 (92.97% from 255 or 31.98% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCEDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDFC is #031203. Grayscale: #F3F3F3. Windows color (decimal): -201220 or 16575996. OLE color: 16575996.

HSL color Cylindrical-coordinate representation of color #FCEDFC: hue angle of 300º degrees, saturation: 0.71, 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 #FCEDFC is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 237 252 -
CMYK 0 0.06 0 0.01
HSL 300º 0.71% 0.96% -
HSV(B) 300º 0.06% 0.99% -
XYZ 88 88.29 104.5 -
YUV 243.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 252 237 252 0 0.06 0 0.01 300 0.71 0.96
Hex FC ED FC 0 6 0 1 12C 47 60
Octal 374 355 374 0 6 0 1 454 107 140
Binary 11111100 11101101 11111100 0 110 0 1 100101100 1000111 1100000

Color Harmonies of #FCEDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDFC

Black with #FCEDFC

Text Example


Text Example

White with #FCEDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDFC; }

 p { color: rgb(252,237,252); }

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

background-color css

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

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

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

border-color css

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

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

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