Html Css Color HEX #FCEBFC Selago

📋 copy color: '#FCEBFC'

red 252 ◦ green 235 ◦ blue 252

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

Shades of Selago #FCEBFC

Tints of Selago #FCEBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 31.8%

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

R = 34.1%
G = 31.8%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCEBFC (or 0xFCEBFC) is known color: Selago. HEX triplet: FC, EB and FC. RGB value is (252,235,252). Sum of RGB (Red+Green+Blue) = 252+235+252=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 235 (92.19% from 255 or 31.80% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBFC is #031403. Grayscale: #F1F1F1. Windows color (decimal): -201732 or 16575484. OLE color: 16575484.

HSL color Cylindrical-coordinate representation of color #FCEBFC: hue angle of 300º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEBFC is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 235 252 -
CMYK 0 0.07 0 0.01
HSL 300º 0.74% 0.95% -
HSV(B) 300º 0.07% 0.99% -
XYZ 87.42 87.14 104.31 -
YUV 242.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 252 235 252 0 0.07 0 0.01 300 0.74 0.95
Hex FC EB FC 0 7 0 1 12C 4A 5F
Octal 374 353 374 0 7 0 1 454 112 137
Binary 11111100 11101011 11111100 0 111 0 1 100101100 1001010 1011111

Color Harmonies of #FCEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEBFC

Black with #FCEBFC

Text Example


Text Example

White with #FCEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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