Html Css Color HEX #FCEFFB Selago

📋 copy color: '#FCEFFB'

red 252 ◦ green 239 ◦ blue 251

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

Shades of Selago #FCEFFB

Tints of Selago #FCEFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 33.83%

R = 33.96%
G = 32.21%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCEFFB (or 0xFCEFFB) is known color: Selago. HEX triplet: FC, EF and FB. RGB value is (252,239,251). Sum of RGB (Red+Green+Blue) = 252+239+251=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 239 (93.75% from 255 or 32.21% from 742); Blue value is 251 (98.44% from 255 or 33.83% from 742); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFFB is #031004. Grayscale: #F4F4F4. Windows color (decimal): -200709 or 16510972. OLE color: 16510972.

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

Color convert

RGB 252 239 251 -
CMYK 0 0.05 0.00 0.01
HSL 304.62º 0.68% 0.96% -
HSV(B) 304.62º 0.05% 0.99% -
XYZ 88.42 89.39 103.86 -
YUV 244.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 252 239 251 0 0.05 0.00 0.01 304.62 0.68 0.96
Hex FC EF FB 0 5 0 1 131 44 60
Octal 374 357 373 0 5 0 1 461 104 140
Binary 11111100 11101111 11111011 0 101 0 1 100110001 1000100 1100000

Color Harmonies of #FCEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFFB

Black with #FCEFFB

Text Example


Text Example

White with #FCEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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