Html Css Color HEX #FCEDFD Selago

📋 copy color: '#FCEDFD'

red 252 ◦ green 237 ◦ blue 253

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

Shades of Selago #FCEDFD

Tints of Selago #FCEDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.1%

R = 33.96%
G = 31.94%
B = 34.1%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCEDFD (or 0xFCEDFD) is known color: Selago. HEX triplet: FC, ED and FD. RGB value is (252,237,253). Sum of RGB (Red+Green+Blue) = 252+237+253=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 237 (92.97% from 255 or 31.94% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDFD is #031202. Grayscale: #F3F3F3. Windows color (decimal): -201219 or 16641532. OLE color: 16641532.

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

Color convert

RGB 252 237 253 -
CMYK 0.00 0.06 0 0.01
HSL 296.25º 0.8% 0.96% -
HSV(B) 296.25º 0.06% 0.99% -
XYZ 88.16 88.36 105.34 -
YUV 243.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 252 237 253 0.00 0.06 0 0.01 296.25 0.8 0.96
Hex FC ED FD 0 6 0 1 128 50 60
Octal 374 355 375 0 6 0 1 450 120 140
Binary 11111100 11101101 11111101 0 110 0 1 100101000 1010000 1100000

Color Harmonies of #FCEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDFD

Black with #FCEDFD

Text Example


Text Example

White with #FCEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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