Html Css Color HEX #FCEDFA Selago

📋 copy color: '#FCEDFA'

red 252 ◦ green 237 ◦ blue 250

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

Shades of Selago #FCEDFA

Tints of Selago #FCEDFA

RGB

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

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

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

R = 34.1%
G = 32.07%
B = 33.83%

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

#FCEDFA (or 0xFCEDFA) is known color: Selago. HEX triplet: FC, ED and FA. RGB value is (252,237,250). Sum of RGB (Red+Green+Blue) = 252+237+250=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 237 (92.97% from 255 or 32.07% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDFA is #031205. Grayscale: #F2F2F2. Windows color (decimal): -201222 or 16444924. OLE color: 16444924.

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

Color convert

RGB 252 237 250 -
CMYK 0 0.06 0.01 0.01
HSL 308º 0.71% 0.96% -
HSV(B) 308º 0.06% 0.99% -
XYZ 87.68 88.17 102.84 -
YUV 242.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 252 237 250 0 0.06 0.01 0.01 308 0.71 0.96
Hex FC ED FA 0 6 1 1 134 47 60
Octal 374 355 372 0 6 1 1 464 107 140
Binary 11111100 11101101 11111010 0 110 1 1 100110100 1000111 1100000

Color Harmonies of #FCEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDFA

Black with #FCEDFA

Text Example


Text Example

White with #FCEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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