Html Css Color HEX #F9CDE3 Classic Rose

📋 copy color: '#F9CDE3'

red 249 ◦ green 205 ◦ blue 227

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

Shades of Classic Rose #F9CDE3

Tints of Classic Rose #F9CDE3

RGB

 RED value IS 249 (97.66% from 255) = 36.56%

 GREEN value IS 205 (80.47% from 255) = 30.1%

 BLUE value IS 227 (89.06% from 255) = 33.33%

R = 36.56%
G = 30.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F9CDE3 (or 0xF9CDE3) is known color: Classic Rose. HEX triplet: F9, CD and E3. RGB value is (249,205,227). Sum of RGB (Red+Green+Blue) = 249+205+227=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDE3 is #06321C. Grayscale: #DCDCDC. Windows color (decimal): -406045 or 14929401. OLE color: 14929401.

HSL color Cylindrical-coordinate representation of color #F9CDE3: hue angle of 330º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CDE3 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 205 227 -
CMYK 0 0.18 0.09 0.02
HSL 330º 0.79% 0.89% -
HSV(B) 330º 0.18% 0.98% -
XYZ 74.76 69.35 82.12 -
YUV 220.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 249 205 227 0 0.18 0.09 0.02 330 0.79 0.89
Hex F9 CD E3 0 12 9 2 14A 4F 59
Octal 371 315 343 0 22 11 2 512 117 131
Binary 11111001 11001101 11100011 0 10010 1001 10 101001010 1001111 1011001

Color Harmonies of #F9CDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CDE3

Black with #F9CDE3

Text Example


Text Example

White with #F9CDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CDE3; }

 p { color: rgb(249,205,227); }

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

background-color css

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

 a { background-color: rgb(249,205,227); }

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

border-color css

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

 span { border-color: rgb(249,205,227); }

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