Html Css Color HEX #F1CEFE Blue Chalk

📋 copy color: '#F1CEFE'

red 241 ◦ green 206 ◦ blue 254

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

Shades of Blue Chalk #F1CEFE

Tints of Blue Chalk #F1CEFE

RGB

 RED value IS 241 (94.53% from 255) = 34.38%

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

 BLUE value IS 254 (99.61% from 255) = 36.23%

R = 34.38%
G = 29.39%
B = 36.23%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1CEFE (or 0xF1CEFE) is known color: Blue Chalk. HEX triplet: F1, CE and FE. RGB value is (241,206,254). Sum of RGB (Red+Green+Blue) = 241+206+254=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 206 (80.86% from 255 or 29.39% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CEFE is #0E3101. Grayscale: #DDDDDD. Windows color (decimal): -930050 or 16699121. OLE color: 16699121.

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

Color convert

RGB 241 206 254 -
CMYK 0.05 0.19 0 0.00
HSL 283.75º 0.96% 0.9% -
HSV(B) 283.75º 0.19% 1% -
XYZ 76.24 70 103.26 -
YUV 221.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 241 206 254 0.05 0.19 0 0.00 283.75 0.96 0.9
Hex F1 CE FE 5 13 0 0 11C 60 5A
Octal 361 316 376 5 23 0 0 434 140 132
Binary 11110001 11001110 11111110 101 10011 0 0 100011100 1100000 1011010

Color Harmonies of #F1CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CEFE

Black with #F1CEFE

Text Example


Text Example

White with #F1CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CEFE; }

 p { color: rgb(241,206,254); }

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

background-color css

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

 a { background-color: rgb(241,206,254); }

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

border-color css

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

 span { border-color: rgb(241,206,254); }

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