Html Css Color HEX #FCEFFD Selago

📋 copy color: '#FCEFFD'

red 252 ◦ green 239 ◦ blue 253

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

Shades of Selago #FCEFFD

Tints of Selago #FCEFFD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.12%

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

R = 33.87%
G = 32.12%
B = 34.01%

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

#FCEFFD (or 0xFCEFFD) is known color: Selago. HEX triplet: FC, EF and FD. RGB value is (252,239,253). Sum of RGB (Red+Green+Blue) = 252+239+253=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 239 (93.75% from 255 or 32.12% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCEFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFFD is #031002. Grayscale: #F4F4F4. Windows color (decimal): -200707 or 16642044. OLE color: 16642044.

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

Color convert

RGB 252 239 253 -
CMYK 0.00 0.06 0 0.01
HSL 295.71º 0.78% 0.96% -
HSV(B) 295.71º 0.06% 0.99% -
XYZ 88.74 89.52 105.53 -
YUV 244.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 252 239 253 0.00 0.06 0 0.01 295.71 0.78 0.96
Hex FC EF FD 0 6 0 1 128 4E 60
Octal 374 357 375 0 6 0 1 450 116 140
Binary 11111100 11101111 11111101 0 110 0 1 100101000 1001110 1100000

Color Harmonies of #FCEFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFFD

Black with #FCEFFD

Text Example


Text Example

White with #FCEFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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