Html Css Color HEX #F1D0FE Blue Chalk

📋 copy color: '#F1D0FE'

red 241 ◦ green 208 ◦ blue 254

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

Shades of Blue Chalk #F1D0FE

Tints of Blue Chalk #F1D0FE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.59%

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

R = 34.28%
G = 29.59%
B = 36.13%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1D0FE (or 0xF1D0FE) is known color: Blue Chalk. HEX triplet: F1, D0 and FE. RGB value is (241,208,254). Sum of RGB (Red+Green+Blue) = 241+208+254=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 208 (81.64% from 255 or 29.59% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1D0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0FE is #0E2F01. Grayscale: #DEDEDE. Windows color (decimal): -929538 or 16699633. OLE color: 16699633.

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

Color convert

RGB 241 208 254 -
CMYK 0.05 0.18 0 0.00
HSL 283.04º 0.96% 0.91% -
HSV(B) 283.04º 0.18% 1% -
XYZ 76.72 70.97 103.42 -
YUV 223.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 241 208 254 0.05 0.18 0 0.00 283.04 0.96 0.91
Hex F1 D0 FE 5 12 0 0 11B 60 5B
Octal 361 320 376 5 22 0 0 433 140 133
Binary 11110001 11010000 11111110 101 10010 0 0 100011011 1100000 1011011

Color Harmonies of #F1D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0FE

Black with #F1D0FE

Text Example


Text Example

White with #F1D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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