Html Css Color HEX #F5CCFD Blue Chalk

📋 copy color: '#F5CCFD'

red 245 ◦ green 204 ◦ blue 253

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

Shades of Blue Chalk #F5CCFD

Tints of Blue Chalk #F5CCFD

RGB

 RED value IS 245 (96.09% from 255) = 34.9%

 GREEN value IS 204 (80.08% from 255) = 29.06%

 BLUE value IS 253 (99.22% from 255) = 36.04%

R = 34.9%
G = 29.06%
B = 36.04%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5CCFD (or 0xF5CCFD) is known color: Blue Chalk. HEX triplet: F5, CC and FD. RGB value is (245,204,253). Sum of RGB (Red+Green+Blue) = 245+204+253=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5CCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCFD is #0A3302. Grayscale: #DDDDDD. Windows color (decimal): -668419 or 16633077. OLE color: 16633077.

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

Color convert

RGB 245 204 253 -
CMYK 0.03 0.19 0 0.01
HSL 290.2º 0.92% 0.9% -
HSV(B) 290.2º 0.19% 0.99% -
XYZ 76.98 69.69 102.32 -
YUV 221.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 245 204 253 0.03 0.19 0 0.01 290.2 0.92 0.9
Hex F5 CC FD 3 13 0 1 122 5C 5A
Octal 365 314 375 3 23 0 1 442 134 132
Binary 11110101 11001100 11111101 11 10011 0 1 100100010 1011100 1011010

Color Harmonies of #F5CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCFD

Black with #F5CCFD

Text Example


Text Example

White with #F5CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCFD; }

 p { color: rgb(245,204,253); }

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

background-color css

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

 a { background-color: rgb(245,204,253); }

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

border-color css

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

 span { border-color: rgb(245,204,253); }

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