Html Css Color HEX #F8CEFF Selago

📋 copy color: '#F8CEFF'

red 248 ◦ green 206 ◦ blue 255

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

Shades of Selago #F8CEFF

Tints of Selago #F8CEFF

RGB

 RED value IS 248 (97.27% from 255) = 34.98%

 GREEN value IS 206 (80.86% from 255) = 29.06%

 BLUE value IS 255 (100% from 255) = 35.97%

R = 34.98%
G = 29.06%
B = 35.97%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8CEFF (or 0xF8CEFF) is known color: Selago. HEX triplet: F8, CE and FF. RGB value is (248,206,255). Sum of RGB (Red+Green+Blue) = 248+206+255=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 206 (80.86% from 255 or 29.06% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEFF is #073100. Grayscale: #DFDFDF. Windows color (decimal): -471297 or 16764664. OLE color: 16764664.

HSL color Cylindrical-coordinate representation of color #F8CEFF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CEFF is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 206 255 -
CMYK 0.03 0.19 0 0
HSL 291.43º 1% 0.9% -
HSV(B) 291.43º 0.19% 1% -
XYZ 78.83 71.32 104.22 -
YUV 224.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 248 206 255 0.03 0.19 0 0 291.43 1 0.9
Hex F8 CE FF 3 13 0 0 123 64 5A
Octal 370 316 377 3 23 0 0 443 144 132
Binary 11111000 11001110 11111111 11 10011 0 0 100100011 1100100 1011010

Color Harmonies of #F8CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CEFF

Black with #F8CEFF

Text Example


Text Example

White with #F8CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CEFF; }

 p { color: rgb(248,206,255); }

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

background-color css

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

 a { background-color: rgb(248,206,255); }

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

border-color css

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

 span { border-color: rgb(248,206,255); }

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